Max's Photo Album

Max's Photo Album is a simple and easy to use PHP Photo Album.
You can upload images to your webserver, add a title for your photo, protect image upload by passowrd and so on.
The script uploads the image file and create a normal and a thumbnail sized images as well. 
Supports images up to 10Mp. You can configure where to store the files and the size of the images.
Very easy installation, you only need to upload the files to your webserver and that's all.
Changing the look of the script is easy as well using CSS.

Usage:
	Just upload the file to your webserver and visit the index page to display your album.
   
   Visit admin.php to upload images. 
   You can set password protection by editing the file: general/maxProtector.class.php
   and define a password you want in line:  var $password = '';
